home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / a-squared Free / a2FreeSetup.exe / {app} / a2service.exe / 0 / RCDATA / TMAMUTU / TMAMUTU.txt
Encoding:
Text File  |  2009-10-01  |  298 b   |  13 lines

  1. object Mamutu: TMamutu
  2.   OldCreateOrder = False
  3.   DisplayName = 'Mamutu Service'
  4.   AfterInstall = ServiceAfterInstall
  5.   BeforeUninstall = ServiceBeforeUninstall
  6.   OnContinue = ServiceContinue
  7.   OnPause = ServicePause
  8.   OnStart = ServiceStart
  9.   OnStop = ServiceStop
  10.   Height = 150
  11.   Width = 215
  12. end
  13.